Skip to content

chore(deps): update root#6

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/shared-root
Open

chore(deps): update root#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/shared-root

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 28, 2023

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^0.40.2^0.43.1 age confidence
@vitest/coverage-c8 (source) ^0.32.2^0.33.0 age confidence
bumpp ^9.1.1^9.11.1 age confidence
eslint (source) ^8.46.0^8.57.1 age confidence
typescript (source) ^5.1.6^5.9.3 age confidence
vite (source) ^4.4.9^4.5.14 age confidence
vitest (source) ^0.34.1^0.34.6 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v0.43.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.43.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.42.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.42.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.41.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.41.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.41.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.41.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.41.0

Compare Source

   🚀 Features
  • Do not auto fix unused-imports/no-unused-imports in editors  -  by @​antfu (ed2b0)
    View changes on GitHub

v0.40.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-c8)

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v9.11.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.2

Compare Source

No significant changes

    View changes on GitHub

v9.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.6.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.4.2

Compare Source

   🚀 Features
    View changes on GitHub

v9.4.1

Compare Source

v9.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.3.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.2.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.2.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)
Documentation
  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)
Chores

v8.54.0

Compare Source

Features
  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)
Bug Fixes
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)
Documentation
  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)
Chores

Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from b6f42ee to 09a09d6 Compare August 2, 2023 19:16
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 3946532 to 38e33ac Compare August 7, 2023 16:36
@renovate renovate bot changed the title chore(deps): update root chore(deps): update dependency @vitest/coverage-c8 to ^0.33.0 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/shared-root branch from 38e33ac to f5ee14d Compare August 10, 2023 12:00
@renovate renovate bot changed the title chore(deps): update dependency @vitest/coverage-c8 to ^0.33.0 chore(deps): update root Aug 11, 2023
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 36bf949 to 9c08b8b Compare August 17, 2023 12:00
@renovate renovate bot force-pushed the renovate/shared-root branch 6 times, most recently from ff95a5b to fc220b4 Compare August 25, 2023 22:09
@renovate renovate bot force-pushed the renovate/shared-root branch 6 times, most recently from ea3f6d2 to 68fcb74 Compare September 14, 2023 04:17
@renovate renovate bot force-pushed the renovate/shared-root branch 4 times, most recently from b8fac10 to aa46635 Compare September 22, 2023 22:16
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from 6bb0ef7 to f290011 Compare October 5, 2023 08:07
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 26e77bd to b35d2db Compare January 19, 2024 14:09
@renovate renovate bot force-pushed the renovate/shared-root branch from b35d2db to e4f62e5 Compare February 23, 2024 22:20
@renovate renovate bot force-pushed the renovate/shared-root branch 3 times, most recently from c4a87b3 to 9cf55ac Compare March 6, 2024 21:39
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 589d427 to e159330 Compare March 24, 2024 15:39
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from dea8b2f to 589311f Compare April 10, 2024 18:00
@renovate renovate bot force-pushed the renovate/shared-root branch from 589311f to 0e2db06 Compare April 29, 2024 10:29
@renovate renovate bot force-pushed the renovate/shared-root branch from 0e2db06 to 8606004 Compare June 20, 2024 20:49
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jun 20, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
(node:1047) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)

@renovate renovate bot force-pushed the renovate/shared-root branch from 8606004 to 2fc1494 Compare August 1, 2024 23:35
@renovate renovate bot force-pushed the renovate/shared-root branch from 2fc1494 to e3949e1 Compare August 12, 2024 11:54
@renovate renovate bot force-pushed the renovate/shared-root branch from e3949e1 to d928640 Compare August 22, 2024 20:23
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from efe4235 to 0a3e8ee Compare September 16, 2024 17:32
@renovate renovate bot force-pushed the renovate/shared-root branch from 0a3e8ee to 3b65fec Compare September 16, 2024 20:16
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 52f6659 to 2ab0d77 Compare September 28, 2024 07:40
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from a1f49f7 to d170f09 Compare October 9, 2024 06:52
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from 313f63a to d5abf56 Compare November 4, 2024 08:04
@renovate renovate bot force-pushed the renovate/shared-root branch from d5abf56 to bd53ea7 Compare November 22, 2024 17:30
@renovate renovate bot force-pushed the renovate/shared-root branch 2 times, most recently from e76dab1 to 20eb849 Compare December 12, 2024 17:35
@renovate renovate bot force-pushed the renovate/shared-root branch from 20eb849 to d18a1da Compare December 22, 2024 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants